@charset "utf-8";

.xw{
    position: relative;
    z-index: 10;
}
.xw h1{
    overflow: hidden;
    margin: 15px auto;
    width: 100%;
    height: 42px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #df1c00;
    text-shadow: 1px 1px 2px #20528f;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannerbox .banner{
    position: relative;
    overflow: hidden;
    float: left;
    width: 600px;
    height: 360px;
}
.bannerbox .banner .banner_bd .tempWrap > ul{
    position: absolute;
    width: 100%;
    height: 100%;
}
.bannerbox .banner .banner_bd .tempWrap > ul{
    position: relative;
    float: left;
    width: 600px;
    height: 360px;
}
.bannerbox .banner .banner_bd .tempWrap > ul li a img{
    width: 600px;
    height: 360px;
}
.bannerbox .banner .banner_bd .tempWrap > ul li p{
    position: absolute;
    bottom: 0;
    padding-left: 16px;
    padding-right: 170px;
    width: 600px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #1d5396;
    opacity:.8;
}
.bannerbox .banner .banner_bd .tempWrap > ul li p a{color:#fff;}
.bannerbox .banner > ul li p a{
    color: #fff;
}
.bannerbox .banner .btn{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -27px;
    width: 31px;
    height: 55px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 55px;
    background: rgba(0,0,0,.3);
    cursor: pointer;
}
.bannerbox .banner .btn.prev{
    left: 0;
}
.bannerbox .banner .dot{
    position: absolute;
    bottom: 16px;
    right: 12px;
}
.bannerbox .banner .dot li{
    float: left;
    margin: 0 8px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    overflow:hiden;
    text-indent:200px;
}
.bannerbox .banner .dot li.active{
    background-color: #df1c00;
}

.xwtab{
    float: right;
    width: 580px;
}
.xwtab .topnews{
    overflow: hidden;
    padding: 10px;
    width: 100%;
    background-color: #eee;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xwtab .topnews a{
    color: #176193;
}
.xwtab .newstab{
    width: 100%;
}
.xwtab .newstab .lmtitle{
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    border-bottom: 2px solid #20528f;
}
.xwtab .newstab .lmtitle span{
    float: left;
    width: 25%;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.xwtab .newstab .lmtitle span a{
    font-size: 16px;
}
.xwtab .newstab .lmtitle span.active{
    background: #20528f;
}
.xwtab .newstab .lmtitle span.active a{
    color: #fff;
}
.xwtab .newstab .lmlist{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 290px;
}
.xwtab .newstab .lmlist > div{
    position: absolute;
    width: 400%;
    height: 100%;
}
.xwtab .newstab .lmlist > div > div{
    float: left;
}

.xwtab .newstab .lmlist .comlist .cmdate{
    float: left;
    padding: 21px 5px;
    color: #20528f;
    font-size: 22px;
    line-height: 34px;
    border-right: 1px solid #ddd;
}
.xwtab .newstab .lmlist .comlist .info{
    float: right;
    width: 85%;
}
.xwtab .newstab .lmlist .comlist .info a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #176193;
    font-size: 18px;
    width:100%;
}
.xwtab .newstab .lmlist .comlist .info .memo{
    margin-top: 5px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    /*text-indent: 2em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
}
.xwtab .newstab .lmlist .comlist li{
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.xwtab .newstab .lmlist .comlist li span{
    float: left;
    margin-right: 15px;
    color: #aaa;
    font-size: 15px;
}
.xwtab .newstab .lmlist .comlist li a{
    display:block;
    float: left;
    width: 85%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtab .newstab .lmlist .list4 li{
    float: left;
    position: relative;
    margin:15px 10px;
    width: 171px;
    height: 106px;
}
.xwtab .newstab .lmlist .list4 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.xwtab .newstab .lmlist .list4 li img{
    width: 100%;
    height: 100%;
}
.xwtab .newstab .lmlist .list4 li span{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* ... */
.xw .topNavinfo{
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.xw .topNavinfo > div{
    position: absolute;
    padding: 20px;
    width: 100%;
}
.xw .topNavinfo > div.active{
    display: block;
}
.xw .topNavinfo > div .more{
    position: absolute;
    right: 10px;
    top: 8px;
}
.xw .topNavinfo > div .sectitle{
    margin-bottom: 15px;
    padding-right: 15px;
    height: 36px;
    line-height: 34px;
    border-bottom: 2px solid #ccc;
}
.xw .topNavinfo > div .sectitle > span{
    display: inline-block;
    border-bottom: 2px solid #20528f;
    font-size: 16px;
    color: #20528f;
    font-weight: bold;
    background: #fff;
    padding: 0 5px;
    height: 36px;
}
.topNavinfo .f-comlist{
    width: 100%;
}
.topNavinfo .f-comlist li{
    padding-left: 20px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon/dian2.jpg) no-repeat 0 center;
}
.topNavinfo .f-comlist li a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xw .topNavinfo .zjhb-nav > div{
    width: 49%;
}
.topNavinfo .zjhb-nav .lsygbox{
    float: left;
}
.topNavinfo .lsyg .content{
    width: 100%;
    margin-bottom: 10px;
}
.topNavinfo .lsyg .content img{
    float: left;
    width: 30%;
}
.topNavinfo .lsyg .content .info{
    float: right;
    width: 66%;
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}
.topNavinfo .lsyg .content .info a{
    color: #ff0000;
}
.topNavinfo .tld{
    position: relative;
}
.topNavinfo .tld .content{
    margin-top: 15px;
}
.topNavinfo .tld .content li{
    float: left;
    padding-left: 10px;
    font-size:13px;
    width: 25%;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon/dian2.jpg) no-repeat 0 center;
}
.topNavinfo .jgzn{
    float: right;
}
.topNavinfo .jgzn .content{
    margin-top: 15px;
}
.topNavinfo .jgzn .content .contitle{
    background-color: #eee;
}
.topNavinfo .jgzn .content .contitle span{
    float: left;
    /* width: 130px; */
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.topNavinfo .jgzn .content .contitle span.active{
    position: relative;
    background-color: #20528f;
    color: #fff;
}
.topNavinfo .jgzn .content .contitle span.active:after{
    content: '';
    position: absolute;
    left: 44%;
    bottom: -13px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #20528f;
}
.topNavinfo .jgzn .content ul{
    display: none;
    padding: 10px;
    width: 100%;
    height: 295px;
    border: 1px solid #ccc;
}
.topNavinfo .jgzn .content ul.active{
    display: block;
}
.topNavinfo .jgzn .content ul li{
    float: left;
    padding: 10px 0;
    width: 33.3%;
}
.topNavinfo .jgzn .content ul:nth-of-type(4) li {
    padding: 8px 0;
}
.topNavinfo .jgzn .content ul + ul li{
    width: 50%;
}
.hjzl-nav > div{
    width: 30%;
}
.hjzl-nav .t-hjzl{
    float: left;
}
.hjzl-nav .t-hjzl ul{
    width: 100%;
}
.hjzl-nav .t-hjzl ul li{
    margin-bottom: 25px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 10px;
}
.hjzl-nav .t-hjzl ul li a{
    color: #fff;
}
.hjzl-nav .t-hjzl ul li:first-child{
    background-color: #4d86b3;
}
.hjzl-nav .t-hjzl ul li:first-child + li{
    background-color: #f07965;
}
.hjzl-nav .t-hjzl ul li:first-child + li + li{
    background-color: #96ca82;
}
.hjzl-nav .t-kqzl{
    float: left;
    margin-left: 2%;
}
.hjzl-nav .t-kqzl ul{
    padding: 10px 0;
    width: 100%;
    border: 1px solid #20528f;
    border-radius: 5px;
}
.hjzl-nav .t-kqzl ul li{
    margin: 0 auto;
    width: 70%;
    line-height: 42px;
    text-indent: 4em;
    font-size: 16px;
    border-bottom: 1px dashed #999;
    border-radius: 10%;
}
.hjzl-nav .t-hjgb{
    position: relative;
    float: right;
    width: 35%;
}
.wrfz-nav > div{
    width: 30%;
}
.wrfz-nav .swrfz{
    position: relative;
    float: left;
}
.wrfz-nav .qwrfz{
    margin-left: 2%;
    float: left;
}
.wrfz-nav .qwrfz > div{
    position: relative;
}
.wrfz-nav .fswrfz{
    float: right;
    width: 35%;
}
.wrfz-nav .fswrfz > div{
    position: relative;
}
.stbh-nav > div{
    width: 49%;
}
.stbh-nav .zrbhd{
    float: left;
}
.stbh-nav .zrbhd > div{
    position: relative;
}
.stbh-nav .stbh{
    float: right;
}
.stbh-nav .stbh ul{
    width: 100%;
}
.stbh-nav .stbh ul li{
    margin-bottom: 25px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}
.stbh-nav .stbh ul li a{
    color: #fff;
}
.stbh-nav .stbh ul li:first-child{
    background-color: #4d86b3;
}
.stbh-nav .stbh ul li:first-child + li{
    background-color: #96ca82;
}
.stbh-nav .stbh ul li:first-child + li + li{
    background-color: #f07965;
}
.stbh-nav .stbh ul li:first-child + li + li + li{
    background-color: #15bfa4;
}
.xxgk-nav > div{
    float: left;
    width: 30%;
}
.xxgk-nav .zfxxgk ul{
    width: 100%;
}
.xxgk-nav .zfxxgk ul li{
    float: left;
    margin: 10px 5%;
    padding: 15px 0 5px;
    width: 40%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: #4d86b3;
    border-radius: 5px;
}
.xxgk-nav .zfxxgk ul li a{
    color: #fff;
}
.xxgk-nav .zfxxgk ul li img{
    display: block;
    margin: auto;
    width: 30px;
}
.xxgk-nav .czzj{
    margin-left: 2%;
}
.xxgk-nav .czzj > div{
    position: relative;
}
.xxgk-nav .zfcg{
    float: right;
    width: 35%;
}
.xxgk-nav .zfcg > div{
    position: relative;
}
.wsbs-nav > div{
    position: relative;
    width: 49%;
}
.wsbs-nav .wsbs1{
    float: left;
}
.wsbs-nav .wsbs2{
    float: right;
}
.wsbs-nav .wsbs1 ul{
    padding: 0 15px;
    width: 100%;
}
.wsbs-nav .wsbs1 ul li{
    margin: 15px auto;
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    background: url(../images/icon/icon-matter.png) 20px 23px no-repeat;
    border: 1px solid #ddd;
}
.wsbs-nav .wsbs1 ul li a{
    display: block;
    line-height: 34px;
    padding-left: 40px;
}
.wsbs-nav .wsbs1 ul li b{
    display: none;
    float: right;
    padding: 2px 20px;
    line-height: 34px;
    text-indent: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: url(../images/icon/guide_02.png) 20px center no-repeat;
}
.wsbs-nav .wsbs1 ul li b:hover{
    background:#79a5d2 url(../images/icon/guide_02.png) 20px center no-repeat;
}
.wsbs-nav .wsbs1 ul li.active b{
    display: block;
}
.wsbs-nav .wsbs1 ul li:after{
    display: block;
    content: '';
    clear: both;
}
.wsbs-nav .wsbs2 .list1 li{
    float: left;
    margin: 15px 0;
    width: 50%;
}
.wsbs-nav .wsbs2 .list1 li a{
    color: #000;
    display: block;
    text-align: center;
    line-height: 36px;
    background: linear-gradient(to top, #6699cc , #ffffff);
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}
.wsbs-nav .wsbs2 .list1 li a:hover{
    background: linear-gradient(to bottom, #6699cc , #e8e8e8);
}
.wsbs-nav .wsbs2 .list2{
    padding: 20px 25px;
}
.wsbs-nav .wsbs2 .list2 li{
    float: left;
    width: 48%;
    padding: 10px 0%;
    background: rgba(32, 82, 143, 0.1);
    margin: 6px 1%;
    border-radius: 5px;
    text-align: center;
    height: 72px;
}
.wsbs-nav .wsbs2 .list2 li > a{
    display: block;
    color: #20528f;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
.wsbs-nav .wsbs2 .list2 li b a{
    display: block;
    color: #20528f;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

/* 政务服务 */
.zwfw-nav {
    overflow: hidden;
    padding: 36px !important;
    padding-bottom: 32px !important;
}
.zwfw-nav .zwfw-new-gk {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
    width: 150px;
    height: 117px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px  rgba(166, 166, 166, 0.5);
    margin-left: 45.6px;
}
.zwfw-nav .zwfw-new-gk:nth-child(n+13) {
    margin-bottom: 0px;
}
.zwfw-nav .zwfw-new-gk:nth-child(6n+1) {
    margin-left: 0;
}
.zwfw-nav .zwfw-new-gk>ul {
    display: block;
    padding-top: 16px;
}
.zwfw-nav .zwfw-new-gk ul a {
    margin: 0 3px;
    display: inline-block;
    font-size: 14px;
}

.zwfw-nav .zwfw-new-gk>ul a {
    text-align: center;
    color: rgba(92, 92, 92, 1);
    display: block;
    font-size: 11px;
}

.zwfw-nav .zwfw-new-gk.xl-act>ul a {
    /* color: #fff; */
}

.zwfw-nav .zwfw-new-gk ul a img {
    width: 48px;
    height: 48px;
    color: #1661ab;
    display: block;
    /* margin-bottom: 18px; */
    line-height: 34px;
    margin: 0px auto;
    margin-bottom: 7px;
}

.zwfw-nav .zwfw-new-gk ul a i {
    position: absolute;
    display: block;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 7px;
    background: url(../images/indexzwfw/down.png) no-repeat center;
}
.zwfw-new-gk.xl-act {
    /* background: #1492ff; */
}

.zwfw-xl {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px #e8e8e8 solid;
    z-index: 10;
    background: #fff;
    top: 61px;
    padding: 5px 0;
    display: none;
}
.zwfw-xl2 {
    width: 230px;
    height: 117px;
    overflow-y: scroll;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    left: 80%;
    margin-left: -156px;
    top: 0px;
    padding: 15px 0;
    border-top: 0;
}
::-webkit-scrollbar {
  width: 5px; /* 设置滚动条宽度 */
}
 
/* 隐藏滚动条轨道两端的按钮 */
::-webkit-scrollbar-button {
  display: none; /* 在某些WebKit版本中有效 */
}
 
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
}
 
/* 滑块悬停 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滑块悬停颜色 */
}
.zwfw-new-gk.xl-act .zwfw-xl2 {
    display: block;
}

.zmhd-nav > div{
    float: left;
    width: 30%;
}
.zmhd-nav .zcjd{
    position: relative;
}
.zmhd-nav > div > a img{
    margin-top: 10px;
    width: 100%;
}
.zmhd-nav .yjzj{
    position: relative;
    margin-left: 2%;
}
.zmhd-nav .wsjd{
    float: right;
    width: 35%;
}
.zmhd-nav .wsjd .content{
    width: 100%;
}
.zmhd-nav .wsjd .content img{
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 170px;
}
.zmhd-nav .wsjd .content .info{
    position: relative;
    margin: 20px auto;
    width: 70%;
}
.zmhd-nav .wsjd .content .info > div{
    overflow: hidden;
    margin-bottom: 6px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.zmhd-nav .wsjd .content .info > div b{
    color: #078101;
}
.zmhd-nav .wsjd .content .info .ftsl{
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 0;
    width: 107px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
    background-color: #846edb;
    border-radius: 5px;
}
.zmhd-nav .wsjd .content .info .ftsl a{
    color: #fff;
}

/* ... */
.tzgg{
    float: left;
    width: 793px;
}
.tzgg .lmtitle{
    width: 100%;
}
.tzgg .lmtitle span{
    float: left;
    width: 25%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    font-size: 18px;
}
.tzgg .lmtitle span.active{
    background-color: #20528f;
}
.tzgg .lmtitle span a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.tzgg .lmtitle span.active a{
    color: #fff;
}
.tzgg .lmlist{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 312px;
}
.tzgg .lmlist > div{
    position: absolute;
    left: 0;
    width: 400%;
    height: 100%;
}
.tzgg .lmlist > div > div{
    float: left;
    width: 793px;
}


.tzgg .lmlist .comlist li{
    padding-left: 25px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: url(../images/icon/licon.png) no-repeat 0 center;
}
.tzgg .lmlist .comlist li:hover{
    background: url(../images/icon/licon_active.png) no-repeat 0 center;
}
.tzgg .lmlist .comlist li a{
    overflow: hidden;
    float: left;
    width: 80%;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tzgg .lmlist .comlist li span{
    float: right;
}
.tzgg .lmlist .yjzjlist li a{
    width: 70%;
}
.tzgg .lmlist .yjzjlist li a + a{
    margin: 0 20px;
    width: initial;
}
.bgt{
    position: relative;
    float: right;
    width: 382px;
}
.comtitle{
    font-size: 20px;
    color: #20528f;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 2px solid #20528f;
    line-height: 38px;
}
.bgt .more{
    /* position: absolute; */
    /* right: 0; */
    /* top: 8px; */
    float: right;
    margin:10px 15px 0 0;
}
.bgt .more a{
    color: #20528f;
}
.bgt .listwrap{
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8;
    padding: 10px 0px;
    padding-left: 10px;
    overflow: hidden;
}
.bgt .listwrap .lineColor{
    float: left;
    padding-top: 12px;
    height: 360px;
    overflow: hidden;
}
.lineColor li b{
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/icon/lingx.png) center center no-repeat;
    margin: 3px 0;
}
.lineColor li.active b{
    background: url(../images/icon/lingxh.png) center center no-repeat;
}
.lineColor li span{
    display: block;
    border-left: 2px solid #20528f;
    height: 27px;
    margin-left: 4px;
    transition: height .5s;
}
.lineColor li.active span{
    height: 320px;
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom,#df1e03,#20528f) 1 10 !important;
}
.bgt .listwrap .lmlist > div{
    height: 42px;
    overflow: hidden;
    transition: height .5s;
}
.bgt .listwrap .lmlist > div.active{
    height: 360.2px;
    /*     height:270px; */
}
.bgt .listwrap .lmlist > div h3{
    display: inline-block;
    padding: 0 10px;
    line-height: 42px;
    margin-left: 6px;
    position: relative;
}
.bgt .listwrap .lmlist > div h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #20528f;
}
.bgt .listwrap .lmlist > div.active h3{
    background-color: #20528f;
}
.bgt .listwrap .lmlist > div.active h3:after{
    content: '';
    position: absolute;
    left: -13px;
    top: 10px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #20528f;
}
.bgt .listwrap .lmlist > div:last-child.active h3:after{
    display:none;
}
.bgt .listwrap .lmlist > div.active h3 a{
    color: #fff;
}
.bgt .listwrap .lmlist > div ul{
    display: block;
    padding: 5px 0;
    margin-left: 4px;
}

.bgt .listwrap .lmlist > div ul li{
    height: 39px;
    line-height: 39px;
}
.bgt .listwrap .lmlist > div ul li a{
    float:right;
    overflow:hidden;
    width: 97%;
    height:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.hjzlbox{
    margin-top: 20px;
}
.hjzl{
    float: left;
    width: 793px;
}
.hjzl .content{
    width: 100%;
    height: 256px;
}
.xxgk{
    float: right;
    width: 382px;
}
.xxgk ul{
    margin: 35px 0 10px;
    width: 100%;
}
.xxgk ul li{
    margin: 10px 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}
.xxgk ul li a{
    color: #fff;
}
.xxgk ul li:first-child{
    background-color: #4d86b3;
}
.xxgk ul li:first-child + li{
    background-color: #96ca82;
}
.xxgk ul li:first-child + li + li{
    background-color: #f07965;
}
.xxgk ul li:first-child + li + li + li{
    background-color: #15bfa4;
}
.xxgk ul li:first-child + li + li + li + li{
    background-color: #15bf7a;
}
.bzzxbox{
    margin-top: 20px;
}
.bzzx{
    float: left;
    width: 793px;
}

.bzzx .content ul{
    margin-top: 20px;
    float: left;
    width: 476px;
}
.bzzx .content ul li{
    padding-left: 40px;
    width: 100%;
    height: 61px;
    line-height: 55px;
    font-size: 16px;
    background: url(../images/index/linddf.png) no-repeat 5px center;
    border-bottom: 1px dashed #ccc;
}
.bzzx .content ul li:hover{
    background-color: #f7f7f7;
}
.bzzx .content .vxwb{
    float: right;
    width: 301px;
}
.bzzx .content .vxwb img{
    display: block;
    margin: 6px auto;
    /* padding: 0 5%; */
    width: 100%;
    border: 3px solid #dbebfb;
}
.bzzx .content .vxwb a img{
    padding: 0;
    border: none;
}
.ztzl{
    position: relative;
    float: right;
    width: 382px;
}
.ztzl .more{
    position: absolute;
    right: 0;
    top: 8px;
}
.ztzl .more a{
    color: #20528f;
}
.ztzl .ztbanner{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background: #f4f4f4;
    border: 1px solid #ebebeb;
}
.ztzl .ztbanner .btn{
    position: absolute;
    display: block;
    left: 5%;
    margin: 0 auto;
    width: 90%;
    height: 30px;
    background: rgba(187, 187, 187, 0.4);
    z-index: 999;
    border-radius: 5px;
    cursor: pointer;
}    
.ztzl .ztbanner .btn:hover{
    background-color: rgba(0,0,0,.3);
}
.ztzl .ztbanner .btn.prev:hover b{
    border-bottom-color: #20528f;
}
.ztzl .ztbanner .btn.next:hover b{
    border-top-color: #20528f;
}
.ztzl .ztbanner .btn.prev{
    top: 10px;
}
.ztzl .ztbanner .btn.next{
    bottom: 10px;
}
.ztzl .ztbanner .btn b{
    display: block;
    border: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
}
.ztzl .ztbanner .btn.prev b{
    border-bottom: 10px solid #b9b9b9;
    top: 0;
}
.ztzl .ztbanner .btn.next b{
    border-top: 10px solid #b5b5b5;
    top: 10px;
}
.ztzl .ztbanner .content{
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    width: 330px;
    height: 212px;
}
.ztzl .ztbanner .content ul{
    position: absolute;
    width: 100%;
}
.ztzl .ztbanner .content li{
    width: 100%;
    height: 106px;
    border: 2px solid #a9a9a9;
}
.ztzl .ztbanner .content li + li{
    margin-top: 10px;
}
.ztzl .ztbanner .content li img{
    width: 100%;
    height: 100%;
}
@media (max-width: 1220px){
    .xw h1{
        font-size: 30px;
    }
    .bannerbox .banner{
        width: 100%;
        height: 400px;
    }
    .xwtab{
        width: 100%;
    }
    .xw .topNavinfo{
        display: none;
    }
    .tzgg{
        width: 100%;
    }
    .bgt{
        width: 100%;
    }
    .hjzl{
        display: none;
    }
    .xxgk{
        width: 100%;
    }
    .bzzx{
        width: 100%;
    }
    .bzzx .content ul{
        width: 100%;
    }
    .bzzx .content .vxwb{
        width: 100%;
    }
    .ztzl{
        width: 100%;
    }
}
@meida (max-width:1200px){
    .xwtab .newstab .lmlist .comlist .info{
        float: right;
        width: 85%;
    }
    .xwtab .newstab .lmlist .comlist .info a{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #176193;
        font-size: 18px;
        width:85%;
    }
    .xwtab .newstab .lmlist .comlist .info .memo{
        margin-top: 5px;
        font-size: 15px;
        color: #333;
        line-height: 24px;
        /*text-indent: 2em;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width:85%;
    }
    .xwtab .newstab .lmlist .comlist li a{
        display:block;
        float: left;
        width: 85%;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 414px){
    body > div.container{
        margin-top:0;
        width:100%;
    }
    .xw h1{
        height:auto;
        font-size: 22px;
        white-space:normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color:yellow;
    }
    .bannerbox .banner{
        height: 240px;
    }
    .xwtab .newstab .lmlist .comlist .cmdate{
        display: none;
    }
    .xwtab .newstab .lmlist .comlist .info{
        width: 100%;
    }
    .xwtab .newstab .lmlist .comlist .info .memo{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwtab .newstab .lmlist .comlist li a{
        width: 75%;
    }
    .tzgg .lmlist .comlist li a{
        width: 75%;
    }
}




/* body{
    -webkit-filter:grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: #efefef;
    background: #efefef;
} */

/* .header-nav .nav ul li a{padding:0 13px;}
@media (max-width:600px){
    html{
        background:url(../images/bg-sthjt-mobile.png) no-repeat !important;
        background-size:100% auto !important;
        padding-top:140px !important;
    }
    .logo{width:100% !important;}
    .container{width:100% !important;}
    .logobox .logo img{max-width: 27% !important;}
    
} */
.bgt-more-on{display:block !important;}
.listwrap-active{display:block !important;}

.sthjcon ul{overflow: hidden}
.sthjcon li{
	width: calc(100% / 2 - 10px);
	float: left;
	margin: 4px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    background-color: #3280bf;
    border-radius: 5px;
}
.sthjcon li a{
    color: #fff;
}

.yjsgk-nav{display:flex;justify-content:space-between;}
.yjsgk-l{width: 30%;}
.yjsgk-m{width: 30%;}
.yjsgk-r{width: 30%;}
.yjsgk-l .sectitle a{float:right;}
.yjsgk-m .sectitle a{float:right;}
.yjsgk-r .sectitle a{float:right;}

